gdk: add gdk_window_set_shadow_width()
authorRyan Lortie <desrt@desrt.ca>
Fri, 13 Dec 2013 03:38:12 +0000 (22:38 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 13 Dec 2013 04:53:47 +0000 (23:53 -0500)
commit04897e5b09baa33d73dccd76336d12516f2920e4
treefddc030064a1fca580640163e3a9900fce61adf7
parentec61f290dc2ee6f57650eae127366cfa0913cec0
gdk: add gdk_window_set_shadow_width()

And deprecate the X11-specific version of it.

We call this new API _set_shadow_width() and not _set_frame_extents()
because we already have a gdk_window_get_frame_extents() with a
different meaning and different type of value.

https://bugzilla.gnome.org/show_bug.cgi?id=720374
docs/reference/gdk/gdk3-sections.txt
gdk/gdkwindow.c
gdk/gdkwindow.h
gdk/gdkwindowimpl.h
gdk/x11/gdkwindow-x11.c
gdk/x11/gdkx11window.h
gtk/gtkwindow.c